PDF4Java Reference Documentation
com.o2sol.pdf4java.transforms Package / PDFReplaceImageEvent Class / setNewImageID Method
The ID used to reference the image in the page content.
In This Topic
    setNewImageID Method
    In This Topic
    Sets the ID of the new image.
    This ID identifies the image in the Resources dictionary and it is also used as parameter for the Do operator.
    Syntax
    public void setNewImageID( 
       PDFCosName newImageID
    )

    Parameters

    newImageID
    The ID used to reference the image in the page content.
    See Also